object Form1: TForm1 Left = 261 Top = 108 Width = 414 Height = 428 Caption = 'HyperString Parsing Routines' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 201 Top = 54 Width = 32 Height = 13 Caption = 'Word: ' end object Label2: TLabel Left = 200 Top = 86 Width = 43 Height = 13 Caption = 'Position: ' end object Label3: TLabel Left = 232 Top = 24 Width = 22 Height = 13 Caption = 'File: ' end object StartParseBtn: TButton Left = 48 Top = 16 Width = 75 Height = 25 Caption = 'Start Parse' TabOrder = 0 OnClick = StartParseBtnClick end object Memo1: TMemo Left = 40 Top = 112 Width = 185 Height = 257 ScrollBars = ssBoth TabOrder = 1 OnDblClick = Memo1DblClick end object StatusBar1: TStatusBar Left = 0 Top = 382 Width = 406 Height = 19 Panels = < item Width = 150 end item Width = 50 end> SimplePanel = False end object FindPositionBtn: TButton Left = 48 Top = 48 Width = 113 Height = 25 Caption = 'Find Word Position' TabOrder = 3 OnClick = FindPositionBtnClick end object FindWordBtn: TButton Left = 48 Top = 80 Width = 121 Height = 25 Caption = 'Find Word at Position' TabOrder = 4 OnClick = FindWordBtnClick end object WordEdit: TEdit Left = 248 Top = 50 Width = 121 Height = 21 TabOrder = 5 end object PosEdit: TEdit Left = 248 Top = 82 Width = 121 Height = 21 TabOrder = 6 Text = '1' end object NextOfSameWordBtn: TButton Left = 240 Top = 144 Width = 145 Height = 25 Caption = 'Next Example of Same Word' TabOrder = 7 OnClick = NextOfSameWordBtnClick end object NextWordBtn: TButton Left = 240 Top = 184 Width = 97 Height = 25 Caption = 'Next Word' TabOrder = 8 OnClick = NextWordBtnClick end object PreviousWordBtn: TButton Left = 240 Top = 224 Width = 97 Height = 25 Caption = 'Previous Word' TabOrder = 9 OnClick = PreviousWordBtnClick end object SetTagDelimsBtn: TButton Left = 240 Top = 264 Width = 97 Height = 25 Caption = 'Set Tag Delims' TabOrder = 10 OnClick = SetTagDelimsBtnClick end object GetTaggedPhraseBtn: TButton Left = 240 Top = 304 Width = 105 Height = 25 Caption = 'Get Tagged Phrase' TabOrder = 11 OnClick = GetTaggedPhraseBtnClick end object GetNextTaggedPhraseBtn: TButton Left = 240 Top = 344 Width = 129 Height = 25 Caption = 'Get Next Tagged Phrase' TabOrder = 12 OnClick = GetNextTaggedPhraseBtnClick end object LoadFileBtn: TButton Left = 136 Top = 16 Width = 75 Height = 25 Caption = 'Load File' TabOrder = 13 OnClick = LoadFileBtnClick end object OpenDialog1: TOpenDialog Left = 16 Top = 16 end end